-
Notifications
You must be signed in to change notification settings - Fork 53
chore: prepare release #5666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
chore: prepare release #5666
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
|
Storybook for this PR deployed on this github page |
Contributor
74f56cb to
659fc73
Compare
659fc73 to
afcce3f
Compare
afcce3f to
ef9cba6
Compare
ef9cba6 to
3d91248
Compare
3d91248 to
b8d7038
Compare
b8d7038 to
d86a62b
Compare
f3ce6d9 to
b1e5564
Compare
b1e5564 to
23652f8
Compare
jmfrancois
approved these changes
Jan 28, 2026
3e262a1 to
52d835d
Compare
jmfrancois
added a commit
that referenced
this pull request
Feb 3, 2026
* chore: prepare release * chore: update lockfile --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jean-Michel FRANCOIS <jeanmichel.francois@qlik.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@talend/json-schema-form-core@2.0.0
Major Changes
Minor Changes
@talend/react-bootstrap@4.0.0
Major Changes
Minor Changes
@talend/assets-api@2.0.0
Major Changes
Minor Changes
@talend/react-cmf@12.0.0
Major Changes
Minor Changes
Patch Changes
@talend/react-cmf-cqrs@12.0.0
Major Changes
Minor Changes
Patch Changes
@talend/react-cmf-router@9.0.0
Major Changes
Minor Changes
Patch Changes
@talend/react-components@18.0.0
Major Changes
Minor Changes
Patch Changes
ecbfee8: fix: add type function to all withTranslation exported component
The goal here is to make type inference of typescript happy.
1d3bb12: chore: update storybook
ecbfee8: fix: migrate Dialog.scss into css
Updated dependencies [ecbfee8]
Updated dependencies [bb95e38]
Updated dependencies [1d3bb12]
Updated dependencies [18e73d1]
Updated dependencies [53e97a0]
Updated dependencies [16703c7]
@talend/react-containers@12.0.0
Major Changes
Minor Changes
Patch Changes
@talend/react-dataviz@8.0.0
Major Changes
Minor Changes
Patch Changes
@talend/design-system@12.0.0
Major Changes
Minor Changes
Patch Changes
@talend/design-tokens@4.0.0
Major Changes
Minor Changes
@talend/react-faceted-search@22.0.0
Major Changes
Minor Changes
Patch Changes
@talend/react-faceted-search-query-client@3.0.0
Major Changes
Minor Changes
Patch Changes
@talend/react-flow-designer@8.0.0
Major Changes
Minor Changes
Patch Changes
@talend/react-forms@16.0.0
Major Changes
Minor Changes
Patch Changes
@talend/http@4.0.0
Major Changes
Minor Changes
@talend/icons@8.0.0
Major Changes
Minor Changes
@talend/router-bridge@3.0.0
Major Changes
Minor Changes
@talend/react-sagas@10.0.0
Major Changes
Minor Changes
Patch Changes
@talend/react-stepper@13.0.0
Major Changes
Minor Changes
Patch Changes
@talend/react-storybook-cmf@12.0.0
Major Changes
Minor Changes
Patch Changes
@talend/storybook-docs@3.0.0
Major Changes
Minor Changes
Patch Changes
@talend/bootstrap-theme@10.0.0
Major Changes
Minor Changes
Patch Changes
@talend/eslint-config@14.0.0
Major Changes
Minor Changes
Patch Changes
@talend/scripts-config-react-webpack@17.0.0
Major Changes
16703c7: feat(script): remove cdn option.
You must review your build process with that new plugin as many things will not work.
Especially the @talend/assets-api call you may end up with weird behavior.
The good part is once you have fixed it moving out from @talend/scripts* to an other build tool like vite becomes easy.
18e73d1: chore: move from sass to css
16703c7: chore: drop UMD format
Minor Changes
Patch Changes
@talend/scripts-config-storybook-lib@6.0.0
Major Changes
Minor Changes
Patch Changes
@talend/scripts-config-typescript@12.0.0
Major Changes
Minor Changes
@talend/scripts-core@17.0.0
Major Changes
ecbfee8: chore: remove storybook commands and integration
You should do the following to migrate:
in your package.json
"scripts": { - "start": "talend-scripts start" + "start": "storybook dev" - "build-storybook": "talend-scripts build-storybook" + "build-storybook": "storybook build" } "dependencies": { - "@talend/scripts-core": "^16.8.0", + "@talend/scripts-core": "^17.0.0", - "@storybook/addon-actions": "^7.6.21", - "@storybook/.*": "^7.6.21", + "@storybook/addon-a11y": "^10.1.11", + "@storybook/addon-links": "^10.1.11", + "@storybook/react": "^10.1.11", + "@storybook/react-vite": "^10.1.11", - "@talend/scripts-config-storybook-lib": "^5.8.0", + "@talend/scripts-config-storybook-lib": "^6.0.0", + "storybook": "^10.1.11" }Then ensure you have update your
.storybook/main.jsand.storybook/previewfiles like this:Minor Changes
Patch Changes
@talend/bootstrap-sass@5.5.0
Minor Changes
@talend/dynamic-cdn-webpack-plugin@14.4.0
Minor Changes
Patch Changes
@talend/module-to-cdn@9.17.0
Minor Changes
@talend/react-a11y@4.2.0
Minor Changes
Patch Changes
@talend/local-libs-webpack-plugin@0.5.0
Minor Changes
@talend/utils@3.6.0
Minor Changes
@talend/babel-plugin-assets-api@1.8.0
Minor Changes
Patch Changes
@talend/babel-plugin-import-d3@0.9.0
Minor Changes
@talend/babel-plugin-import-from-index@1.12.0
Minor Changes
@talend/babel-plugin-import-from-lib@0.6.0
Minor Changes
@talend/react-cmf-webpack-plugin@6.43.0
Minor Changes
Patch Changes
@talend/cypress-api-mock-plugin@1.5.0
Minor Changes
@talend/eslint-plugin@1.7.0
Minor Changes
Patch Changes
@talend/scripts-cmf@1.7.0
Minor Changes
@talend/scripts-config-babel@13.9.0
Minor Changes
Patch Changes
@talend/scripts-config-cdn@10.16.0
Minor Changes
Patch Changes
@talend/scripts-config-jest@14.6.0
Minor Changes
Patch Changes
@talend/scripts-config-prettier@12.6.0
Minor Changes
Patch Changes
@talend/scripts-config-stylelint@4.4.0
Minor Changes
@talend/scripts-locales@1.5.0
Minor Changes
Patch Changes
@talend/scripts-publish-local@1.6.0
Minor Changes
@talend/scripts-utils@2.7.0
Minor Changes
@talend/scripts-yarn-workspace@2.3.0
Minor Changes
@talend/upgrade-deps@3.3.0
Minor Changes
@talend/design-docs@5.0.0
Major Changes
Minor Changes
Patch Changes
@talend/ui-playground@3.0.0
Major Changes
Minor Changes
Patch Changes
@talend/ui-storybook-one@3.0.0
Major Changes
Minor Changes
Patch Changes
@talend/ui-playground-vite@0.5.0
Minor Changes
Patch Changes